IMoveCircularCommand.AuxPoint property
This parameter's definition varies between motion modes.
Absolute: The array of absolute positions for each dimension in the specified coordinate system. The maximum size is 64.
Additive and Relative: The array of positions for each dimension in the specified coordinate system. The maximum size is 64. These positions are defined relatively to the positions of the starting point.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
double[] AuxPoint { get; }
ReadOnly Property AuxPoint As Double()
Property value
Type: double[]
See also